Q3Group_GetFirstPositionOfType
You can use theQ3Group_GetFirstPositionOfType
function to get the position of the first object of a particular type in a group.
TQ3Status Q3Group_GetFirstPositionOfType ( TQ3GroupObject group, TQ3ObjectType isType, TQ3GroupPosition *position);
group
- A group.
isType
- An object type.
position
- On exit, a group position.
DESCRIPTION
TheQ3Group_GetFirstPositionOfType
function returns, in theposition
parameter, the position of the first object in the group specified by thegroup
parameter that has the type specified by theisType
parameter.ERRORS
kQ3ErrorInvalidObject
kQ3ErrorNULLParameter